Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-226951 | GEN004930 | SV-226951r603265_rule | Medium |
Description |
---|
If the ftpusers file is not group-owned by root or a system group, an unauthorized user may modify the file to allow unauthorized accounts to use FTP. |
STIG | Date |
---|---|
Solaris 10 SPARC Security Technical Implementation Guide | 2022-09-07 |
Check Text ( C-29113r485180_chk ) |
---|
Check the group ownership of the ftpusers file. Procedure: # ls -lL /etc/ftpd/ftpusers /etc/vsftpd.ftpusers /etc/vsftpd/ftpusers If the file is not group-owned by root, bin, or sys, this is a finding. |
Fix Text (F-29101r485181_fix) |
---|
Change the group owner of the ftpusers file. Procedure: # chgrp root /etc/ftpusers |